Skip to content

Instantly share code, notes, and snippets.

@Vendicated
Vendicated / evidence.md
Last active May 28, 2026 18:10
Nightcord is actually malware

Nightcord is actually malware

Version 1.18.2 of Nightcord contained a TokenLogger

Never lose your Discord token ever again, thanks to Nightcord's ✨ PREMIUM SYNC ✨ services! This code found in v1.18.2 uploads your Discord token to Nightcord's Server. image

Details How to verify this is real
@chrisfarnham
chrisfarnham / README.md
Created May 27, 2026 17:12
md2slack: Convert markdown to Slack mrkdwn format (CLI tool)

md2slack

Convert markdown to Slack's mrkdwn format from the command line.

Setup

1. Get the files

Download or copy converter.js and md2slack.js from this gist into a directory, e.g. ~/tools/md2slack/:

"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@gtzilla
gtzilla / README.md
Last active May 28, 2026 18:08
The Scripts/Config files to Create a Wireless Access Point with traffic tunneled through a socks5 proxy. Running Debian Stretch Proxmox VE 5. Uses hostapd running proxmox

Wireless Access Point

The is a collection of files that I used to create a Wireless access point that tunnels traffic through a socks5 proxy using tun2socks, hostapd, dnsmasq. This was done on a debian system, specifically Proxmox VE. The underlying hardware is an Intel Nuc. The wireless card currently only handles wireless G traffic. Testing "a" wireless resulted in the wireless interface not coming up. This could be merely user error. More information on setting hg_mode in hostapd.conf

This took approximately two days to setup corretly. The tutorials that address how-to create an access point, as well as how-to use tun2socks varied considerably. I was finally able to cobble together a working prototype that is able to tunnel traffic from my wireless access point through any SSH connection that can enable socks5 proxy.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@andycopley
andycopley / picpak-protocol.md
Created May 21, 2026 09:00
PicPak BLE Protocol - How to send data over bluetooth to your PicPak e-ink colour frame

PicPak BLE Protocol

A reverse-engineered protocol reference for the PicPak 4-colour e-ink photo frame. Captured against firmware V0.4.1 by combining BLE HCI snoop logs from the official Android app with APK decompilation.

This document describes the wire protocol only — what bytes go on the BLE characteristics, in what order, and what they mean. It is enough to write a custom uploader, downloader, or device manager in any language.

If you are publishing your own client based on this, you may want to be explicit that you are not affiliated with the manufacturer.


@dvygolov
dvygolov / README.md
Last active May 28, 2026 18:01
YWB universal IPv6 proxy installer for Debian and Ubuntu

YWB Universal IPv6 Proxy Installer

This installer targets Debian and Ubuntu servers where:

  • the primary IPv6 connectivity already works;
  • you have either a routed IPv6 CIDR, a ready list of IPv6 addresses, or preconfigured IPv6 addresses on an interface;
  • you want HTTP and/or SOCKS5 proxies on top of 3proxy.

Tested matrix at this point:

@Klerith
Klerith / git-alias.md
Last active May 28, 2026 18:01
Useful Git Alias

Log

git config --global alias.lg "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"

Status

git config --global alias.s status --short

Alternativa útil de status

git config --global alias.s status -sb

@mattezell
mattezell / README.md
Last active May 28, 2026 18:00
Install Antigravity 2.0 / Antigravity IDE on Linux from the official tarballs (user-local install, Ubuntu 24.04+ AppArmor handled)

Antigravity / Antigravity IDE — Linux tarball installer

Antigravity 2.0 and the Antigravity IDE currently ship for Linux as raw .tar.gz archives — no .deb, no .AppImage, no Flatpak, no installer. This gist is a small set of shell scripts that turn one of those extracted tarballs into a proper user-local install: a desktop launcher in your app menu, a CLI symlink on your $PATH, an icon, and (on Ubuntu 24.04+) a working Chromium sandbox via an AppArmor profile.

Status: community workaround. Replace with whatever Google ships